From 16f42cbdc1b00cf6b85e76cbd67d18985eb1f7b9 Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Fri, 26 Oct 2001 23:47:38 +0000 Subject: [PATCH] Remove a dot in the documentation. Fixes bug #62632. 2001-10-27 Anders Carlsson * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove a dot in the documentation. Fixes bug #62632. This has got to be the most useful bug I have ever fixed :) --- ChangeLog | 3 +++ ChangeLog.pre-2-0 | 3 +++ ChangeLog.pre-2-10 | 3 +++ ChangeLog.pre-2-2 | 3 +++ ChangeLog.pre-2-4 | 3 +++ ChangeLog.pre-2-6 | 3 +++ ChangeLog.pre-2-8 | 3 +++ gtk/gtksizegroup.c | 2 +- 8 files changed, 22 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c26c2ed77b..a3e6aad894 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-10-27 Anders Carlsson + * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove + a dot in the documentation. Fixes bug #62632. + * gdk/x11/gdkmain-x11.c: Replace int and guint with long and gulong in some places to make the code 64-bit clean. diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index c26c2ed77b..a3e6aad894 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,5 +1,8 @@ 2001-10-27 Anders Carlsson + * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove + a dot in the documentation. Fixes bug #62632. + * gdk/x11/gdkmain-x11.c: Replace int and guint with long and gulong in some places to make the code 64-bit clean. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index c26c2ed77b..a3e6aad894 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,8 @@ 2001-10-27 Anders Carlsson + * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove + a dot in the documentation. Fixes bug #62632. + * gdk/x11/gdkmain-x11.c: Replace int and guint with long and gulong in some places to make the code 64-bit clean. diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index c26c2ed77b..a3e6aad894 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,5 +1,8 @@ 2001-10-27 Anders Carlsson + * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove + a dot in the documentation. Fixes bug #62632. + * gdk/x11/gdkmain-x11.c: Replace int and guint with long and gulong in some places to make the code 64-bit clean. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index c26c2ed77b..a3e6aad894 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,5 +1,8 @@ 2001-10-27 Anders Carlsson + * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove + a dot in the documentation. Fixes bug #62632. + * gdk/x11/gdkmain-x11.c: Replace int and guint with long and gulong in some places to make the code 64-bit clean. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index c26c2ed77b..a3e6aad894 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,8 @@ 2001-10-27 Anders Carlsson + * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove + a dot in the documentation. Fixes bug #62632. + * gdk/x11/gdkmain-x11.c: Replace int and guint with long and gulong in some places to make the code 64-bit clean. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index c26c2ed77b..a3e6aad894 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,8 @@ 2001-10-27 Anders Carlsson + * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove + a dot in the documentation. Fixes bug #62632. + * gdk/x11/gdkmain-x11.c: Replace int and guint with long and gulong in some places to make the code 64-bit clean. diff --git a/gtk/gtksizegroup.c b/gtk/gtksizegroup.c index f834a4ba48..3116183ae4 100644 --- a/gtk/gtksizegroup.c +++ b/gtk/gtksizegroup.c @@ -346,7 +346,7 @@ gtk_size_group_new (GtkSizeGroupMode mode) * group determines whether the widgets in the size group should * all have the same horizontal requisition (%GTK_SIZE_GROUP_MODE_HORIZONTAL) * all have the same vertical requisition (%GTK_SIZE_GROUP_MODE_VERTICAL), - * or should all have the same requisition in both directions. + * or should all have the same requisition in both directions * (%GTK_SIZE_GROUP_MODE_BOTH). **/ void -- 2.30.2